home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Graphics / CFG 2.3 (Shareware) / µCinema Converter / standard lib.h < prev    next >
Text File  |  1994-04-02  |  288b  |  11 lines

  1. /********************************************************************
  2.     module: standard lib.h
  3.  ********************************************************************/
  4.  
  5. #pragma once
  6.  
  7. #include <size_t.h>
  8.  
  9. void *    memset( void *, int, size_t );
  10. int        memcmp(const void *, const void *, size_t);
  11.